github.com/jackc/pgx/v5/pgxpool.Pool.shouldPing (field)

4 uses

	github.com/jackc/pgx/v5/pgxpool (current package)
		pool.go#L90: 	shouldPing            func(context.Context, ShouldPingParams) bool
		pool.go#L262: 		p.shouldPing = config.ShouldPing
		pool.go#L264: 		p.shouldPing = func(ctx context.Context, params ShouldPingParams) bool {
		pool.go#L631: 		if p.shouldPing(ctx, shouldPingParams) {